projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c371774
)
(strokes-help): Call print-help-return-message
author
Richard M. Stallman
<rms@gnu.org>
Fri, 12 Jul 2002 17:45:45 +0000
(17:45 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 12 Jul 2002 17:45:45 +0000
(17:45 +0000)
while inside with-output-to-temp-buffer.
lisp/strokes.el
patch
|
blob
|
history
diff --git
a/lisp/strokes.el
b/lisp/strokes.el
index 3f5a5bb3a75f140de90c66b247947de0fa1ba77a..1aa04d745240a71eb9df15931e2adca1e99fc140 100644
(file)
--- a/
lisp/strokes.el
+++ b/
lisp/strokes.el
@@
-1006,8
+1006,8
@@
o Strokes are a bit computer-dependent in that they depend somewhat on
silently--without displaying the strokes. All variables can be set
by customizing the group `strokes' via \[customize-group].")
(set-buffer standard-output)
- (help-mode)
)
-
(print-help-return-message
))
+ (help-mode)
+
(print-help-return-message)
))
(defalias 'strokes-report-bug 'report-emacs-bug)